WPDev.one
Action Hook

{$taxonomy}_add_form

do_action( '{$taxonomy}_add_form', $taxonomy )

Fires at the end of the Add Term form for all taxonomies. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_add_form` - `post_tag_add_form`

Parameters 1 parameter

Name / Type Description
$taxonomy
mixed
No description available.

Hook Information

Source File
wp-admin/edit-tags.php
Advertisement